projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d1ae4
)
Drop the last use of GDK_MULTIHEAD_SAFE
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Nov 2017 21:14:19 +0000
(16:14 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Nov 2017 21:14:19 +0000
(16:14 -0500)
This define is not used anymore, this was a leftover.
gtk/gtkicontheme.h
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.h
b/gtk/gtkicontheme.h
index 87cdcf5e8467081be4da4eca79afe46d5c3d16d2..b9447ba135d58c6c7db9ed4130b9dbf61f2a2aa8 100644
(file)
--- a/
gtk/gtkicontheme.h
+++ b/
gtk/gtkicontheme.h
@@
-345,12
+345,10
@@
GdkPixbuf * gtk_icon_info_load_symbolic_for_context_finish (GtkIconInf
gboolean *was_symbolic,
GError **error);
-#ifndef GDK_MULTIHEAD_SAFE
GDK_AVAILABLE_IN_ALL
gboolean gtk_icon_size_lookup (GtkIconSize size,
gint *width,
gint *height);
-#endif /* GDK_MULTIHEAD_SAFE */
G_END_DECLS